Esx Settings Depots AffectedBaselineInfo

Esx Settings Depots AffectedBaselineInfo
Esx Settings Depots AffectedBaselineInfo

The Esx Settings Depots AffectedBaselineInfo schema contains the fields that describe which updates (bulletins) in the baseline will be affected by the depot to be deleted or disabled.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "baseline": "string",
    "id": 0,
    "affected_updates": {
        "affected_updates": {
            "summary": "string"
        }
    }
}
string
baseline
Required

Name of the baseline affected.

This property was added in vSphere API 7.0.3.0.

integer As int64 As int64
id
Required

Identifier of the baseline affected.

This property was added in vSphere API 7.0.3.0.

object
affected_updates
Required

Updates (bulletins) affected. They key is identifier of the update (bulletin). The value is summary of the update (bulletin).

This property was added in vSphere API 7.0.3.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.depots.bulletin. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.depots.bulletin.